projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26e487b
)
autogen.sh: Use set -e
author
Colin Walters
<walters@verbum.org>
Mon, 24 Sep 2012 12:30:07 +0000
(08:30 -0400)
committer
Colin Walters
<walters@verbum.org>
Mon, 24 Sep 2012 12:30:54 +0000
(08:30 -0400)
Otherwise we blindly continue if autoreconf fails, which is pretty
damn lame.
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index 00281da05787b3de2ffe38f74b0c2498afc1578e..75a16b685a4abc6899c26bc54ecec24c30646451 100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-12,6
+12,8
@@
if test -z $AUTORECONF; then
exit 1
fi
+set -e
+
mkdir -p m4
# Fetch submodules if needed